home *** CD-ROM | disk | FTP | other *** search
/ Millennium Gold 2000 / Millennium Gold 2000 - Disc 2.iso / Gelules / Gelules.exe / 0 / RCDATA / TTGELULESWINDOW / TTGELULESWINDOW.txt < prev   
Text File  |  1997-01-09  |  3KB  |  171 lines

  1. object TGelulesWindow: TTGelulesWindow
  2.   Left = 99
  3.   Top = 48
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = '- G∩┐╜lules for Windows 95 -'
  7.   ClientHeight = 418
  8.   ClientWidth = 282
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Menu = MainMenu1
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnCloseQuery = Bye
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel2: TPanel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 130
  23.     Height = 402
  24.     BevelOuter = bvLowered
  25.     TabOrder = 0
  26.   end
  27.   object Panel3: TPanel
  28.     Left = 144
  29.     Top = 8
  30.     Width = 130
  31.     Height = 402
  32.     BevelInner = bvLowered
  33.     TabOrder = 1
  34.     object Label1: TLabel
  35.       Left = 8
  36.       Top = 16
  37.       Width = 63
  38.       Height = 13
  39.       Caption = 'Current score'
  40.     end
  41.     object Label2: TLabel
  42.       Left = 8
  43.       Top = 64
  44.       Width = 77
  45.       Height = 13
  46.       Caption = 'Played capsules'
  47.     end
  48.     object Label3: TLabel
  49.       Left = 8
  50.       Top = 112
  51.       Width = 26
  52.       Height = 13
  53.       Caption = 'Level'
  54.     end
  55.     object Label4: TLabel
  56.       Left = 8
  57.       Top = 160
  58.       Width = 34
  59.       Height = 13
  60.       Caption = 'Viruses'
  61.     end
  62.     object Label5: TLabel
  63.       Left = 56
  64.       Top = 128
  65.       Width = 62
  66.       Height = 13
  67.       Caption = 'Next capsule'
  68.     end
  69.     object Image1: TImage
  70.       Left = 4
  71.       Top = 216
  72.       Width = 121
  73.       Height = 177
  74.       Picture.Data = {<image000.bmp>}
  75.     end
  76.     object Panel1: TPanel
  77.       Left = 8
  78.       Top = 32
  79.       Width = 82
  80.       Height = 26
  81.       BevelOuter = bvLowered
  82.       TabOrder = 0
  83.     end
  84.     object Panel4: TPanel
  85.       Left = 8
  86.       Top = 80
  87.       Width = 50
  88.       Height = 26
  89.       BevelOuter = bvLowered
  90.       TabOrder = 1
  91.     end
  92.     object Panel5: TPanel
  93.       Left = 8
  94.       Top = 128
  95.       Width = 34
  96.       Height = 26
  97.       BevelOuter = bvLowered
  98.       TabOrder = 2
  99.     end
  100.     object Panel6: TPanel
  101.       Left = 8
  102.       Top = 176
  103.       Width = 34
  104.       Height = 26
  105.       BevelOuter = bvLowered
  106.       TabOrder = 3
  107.     end
  108.     object Panel7: TPanel
  109.       Left = 80
  110.       Top = 152
  111.       Width = 18
  112.       Height = 34
  113.       BevelOuter = bvLowered
  114.       TabOrder = 4
  115.     end
  116.   end
  117.   object MainMenu1: TMainMenu
  118.     object Game1: TMenuItem
  119.       Caption = '&Game'
  120.       ShortCut = 0
  121.       object Best1: TMenuItem
  122.         Caption = '&Best'
  123.         ShortCut = 115
  124.         OnClick = Best1Click
  125.       end
  126.       object Options1: TMenuItem
  127.         Caption = '&Options'
  128.         ShortCut = 117
  129.         OnClick = Options1Click
  130.       end
  131.       object N2: TMenuItem
  132.         Caption = '-'
  133.         ShortCut = 0
  134.       end
  135.       object Exit1: TMenuItem
  136.         Caption = 'E&xit'
  137.         ShortCut = 0
  138.         OnClick = Exit
  139.       end
  140.     end
  141.     object New2: TMenuItem
  142.       Caption = '&New'
  143.       ShortCut = 113
  144.       OnClick = Debut
  145.     end
  146.     object Pause1: TMenuItem
  147.       Caption = '&Pause'
  148.       ShortCut = 114
  149.       OnClick = Pause
  150.     end
  151.     object Help1: TMenuItem
  152.       Caption = '&?'
  153.       ShortCut = 0
  154.       object Index1: TMenuItem
  155.         Caption = '&Index'
  156.         ShortCut = 112
  157.         OnClick = Index1Click
  158.       end
  159.       object N3: TMenuItem
  160.         Caption = '-'
  161.         ShortCut = 0
  162.       end
  163.       object About1: TMenuItem
  164.         Caption = 'Abou&t'
  165.         ShortCut = 16449
  166.         OnClick = About1Click
  167.       end
  168.     end
  169.   end
  170. end
  171.